Feature: Delete published post
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 35.473s |
Scenario: Delete a published post successfully
Before
0m 1.164s
Given
I navigate to page "<URL>"
0m 4.654s
And
I enter email "<ADMIN_EMAIL>"
0m 1.274s
And
I enter password "<ADMIN_PASSWORD>"
0m 0.725s
And
I click on the login button
0m 0.769s
And
I wait for 2 seconds
0m 3.723s
When
I click on the new post button
0m 0.913s
And
I wait for 2 seconds
0m 2.249s
And
I write "Mi nuevo post para eliminar" in the post title
0m 0.818s
And
I publish the new post
0m 1.990s
And
I wait for 2 seconds
0m 2.275s
And
I return to the posts list
0m 1.369s
And
I wait for 2 seconds
0m 2.279s
And
I filter posts by status Published
0m 1.216s
And
I wait for 1 seconds
0m 1.253s
And
I click in the first post in the list
0m 0.327s
And
I wait for 2 seconds
0m 2.243s
And
I open the post settings
0m 0.352s
And
I delete the post
0m 0.754s
And
I wait for 2 seconds
0m 2.247s
And
I filter posts by status Published
0m 0.375s
And
I wait for 2 seconds
0m 2.257s
Then
I see that there is no post with the title "Mi nuevo post para eliminar" in the post list
0m 0.244s
After
0m 0.003s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<URL>"
And
I enter email "<ADMIN_EMAIL>"
And
I enter password "<ADMIN_PASSWORD>"
And
I click on the login button
And
I wait for 2 seconds
When
I click on the new post button
And
I wait for 2 seconds
And
I write "Mi nuevo post para eliminar" in the post title
And
I publish the new post
And
I wait for 2 seconds
And
I return to the posts list
And
I wait for 2 seconds
And
I filter posts by status Published
And
I wait for 1 seconds
And
I click in the first post in the list
And
I wait for 2 seconds
And
I open the post settings
And
I delete the post
And
I wait for 2 seconds
And
I filter posts by status Published
And
I wait for 2 seconds
Then
I see that there is no post with the title "Mi nuevo post para eliminar" in the post list
After
NO IMAGE AVAILABLE